home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Python-1.4 / Docs / Amiga / README < prev    next >
Text File  |  1998-06-24  |  2KB  |  85 lines

  1.  
  2. This  directory  contains  Amiga specific documentation.  First consult the
  3. regular Python documentation on the required subjects.
  4.  
  5. IMPORTANT FILES:
  6. ~~~~~~~~~~~~~~~~
  7. Dos_module, ARexx_module.
  8. They contain the documentation on the new Amiga-specific modules.
  9.  
  10.  
  11.  
  12. FILE            CONTAINS SUBJECT
  13. ~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. general            module search path
  15.             Amiga specific modules
  16.             posix replacements
  17.             networking support
  18.             timezones
  19.             sys.platform
  20.             modifying library files
  21.             source code
  22.             other files
  23.             Workbench startup
  24.  
  25. amigapath_module    amigapath module
  26.             os.path
  27.  
  28. amiga_module        amiga module
  29.             os module
  30.             filesystem link support
  31.             environment vars
  32.  
  33. Dos_module        dos module
  34.             doslib module
  35.             ArgParser class
  36.  
  37. ARexx_module        ARexx module
  38.             arexxll module
  39.  
  40. environment_module    environment module
  41.             
  42. os_module        os module
  43.             os.path
  44.  
  45. other            select module
  46.             urllib module
  47.             urlop module
  48.             time module
  49.             time module
  50.             tempfile module
  51.  
  52.  
  53.  
  54.  
  55.  
  56. WHAT SUBJECT        WHERE CAN IT BE FOUND (FILE)
  57. ~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  58. amigapath module    amigapath_module
  59. os.path            amigapath_module, os_module
  60. amiga module        amiga_module
  61. os module        os_module, amiga_module
  62. environment        environment_module, amiga_module
  63. filesystem links    amiga_module
  64. select module        other
  65. urllib module        other
  66. urlop module        other
  67. time module        other
  68. tempfile module        other
  69. dos module        Dos_module
  70. doslib module        Dos_module
  71. ArgParser class        Dos_module
  72. arexx module        ARexx_module
  73. arexxll module        ARexx_module
  74.  
  75. module search path    general
  76. Amiga specific modules    general
  77. posix replacements    general
  78. networking support    general
  79. timezones        general
  80. sys.platform        general
  81. modifying library files    general
  82. source code        general
  83. other files        general
  84. Workbench startup    general
  85.